Added space between sentences
authorPablo Ariño Muñoz <progpabarino@gmail.com>
Thu, 20 Feb 2025 12:50:19 +0000 (13:50 +0100)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Mon, 24 Feb 2025 07:55:03 +0000 (15:55 +0800)
Signed-off-by: Pablo Ariño Muñoz <progpabarino@gmail.com>
src/gui/macOS/fileprovidereditlocallyjob.cpp

index 750a4f43331088d044198b729b872431c497b473..8cd456e1f67c1f32effe15d7440c5e841a35c78d 100644 (file)
@@ -45,7 +45,7 @@ void FileProviderEditLocallyJob::start()
 
     const auto relPathSplit = _relPath.split(QLatin1Char('/'));
     if (relPathSplit.isEmpty()) {
-        showError(tr("Could not find a file for local editing."
+        showError(tr("Could not find a file for local editing. "
                      "Make sure its path is valid and it is synced locally."), _relPath);
         return;
     }